Add to docs.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 Jun 2006 18:22:49 +0000 (18:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Jun 2006 18:22:49 +0000 (18:22 +0000)
2006-06-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs.

ChangeLog
ChangeLog.pre-2-10
gtk/gtkprintjob.c

index d2dfab3777844d57c45e7e311eb761d891372a7f..b1f08f90fd2816fae0b4ed5bcd69e9faf3834e6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs.
+
        Fix handling of stock items without icons in action-based
        ui.  (#342458, Callum McKenzie)
        
index d2dfab3777844d57c45e7e311eb761d891372a7f..b1f08f90fd2816fae0b4ed5bcd69e9faf3834e6e 100644 (file)
@@ -1,5 +1,7 @@
 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs.
+
        Fix handling of stock items without icons in action-based
        ui.  (#342458, Callum McKenzie)
        
index aeddf419d127d2406db10b604e4716276cf36eae..b8f757500ef76e5131c5a648c5c2b1ea51a5b2d5 100644 (file)
@@ -389,7 +389,8 @@ gtk_print_job_set_status (GtkPrintJob   *job,
  * Make the #GtkPrintJob send an existing document to the 
  * printing system. The file can be in any format understood
  * by the platforms printing system (typically PostScript,
- * but on many platforms PDF may work too).
+ * but on many platforms PDF may work too). See 
+ * gtk_printer_accepts_pdf() and gtk_printer_accepts_ps().
  * 
  * Returns: %FALSE if an error occurred
  *